home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / library / rqtlsusr.lha / ReqTools / Prefs / ReqTools.doc < prev    next >
Text File  |  1996-05-12  |  7KB  |  174 lines

  1.  
  2.                       **********************************
  3.  
  4.                           ReqTools Preference Editor
  5.  
  6.                           Release 2.5
  7.  
  8.                           (c) 1991-1994 Nico François
  9.                               1995-1996 Magnus Holmgren
  10.  
  11.                       **********************************
  12.  
  13.  
  14. The ReqTools preference editor requires Kickstart 2.0 or higher to run.
  15. Both the Kickstart 1.3 and Kickstart 2.0 version of reqtools.library will
  16. respond to the preference settings.
  17.  
  18.  
  19. 1. Options:
  20. -----------
  21.  
  22. The ReqTools preference editor recognizes following command line options when
  23. started from the CLI:
  24.  
  25. FROM <ReqTools preference file>  : Edit specified preference file.
  26. SCREENFONT=<YES|NO>              : Use screen font for editor or use the
  27.                                    standard Topaz 8 font (default YES).
  28. PUBSCREEN <public screen name>   : Open on specified public screen.
  29.  
  30. Following tool types are recognized when started from Workbench:
  31.  
  32. CREATEICONS=<YES|NO>             : Create icons for preference files
  33.                                    (default YES).  Note that if the editor
  34.                                    is started from the Shell the menu item
  35.                                    will not be checked so no icons will be
  36.                                    created.
  37. SCREENFONT=<YES|NO>              : Use screen font for editor or use the
  38.                                    standard Topaz 8 font (default YES).
  39. PUBSCREEN=<public screen name>   : Open on specified public screen.
  40.  
  41.  
  42. 2. The editor
  43. -------------
  44.  
  45. This documentation is still very basic, it very shortly describes the
  46. checkboxes and default requester settings available.
  47.  
  48. The checkboxes:
  49. ~~~~~~~~~~~~~~~
  50. General:
  51.  
  52.  o Pop Screen To Front    : Allows you to switch off the default behaviour
  53.                             of all ReqTools requesters popping the screen
  54.                             they appear on to the front.
  55.  
  56.  o Use system default font: Force the use of the system default font in the
  57.                             file, font, directory, screenmode, volume and
  58.                             palette requesters (instead of the screen font).
  59.                             Note that if a program uses the RT_DefaultFont
  60.                             tag to select a specific default font this
  61.                             font will be used.
  62.  
  63.  o Use function keys      : Allow function keys to be used as shortcuts for
  64.                             gadgets. F1 means the leftmost gadget, F2 the
  65.                             next, etc. This means that up to 11 gadgets can
  66.                             have shortcuts (10 function keys, and ESC),
  67.                             even if no underscores or similar are used.
  68.  
  69.  o Color wheel            : Add a color wheel to the palette requesters, if
  70.                             possible. This feature requires properly
  71.                             installed colorwheel and gradientslider gadgets
  72.                             (part of OS 3.0 or higher).
  73.  
  74. File Requester:
  75.  
  76.  o Immediate sort         : If checked makes the file requester sort the
  77.                             directory contents automatically.
  78.  
  79.  o Display drawers first  : Display drawers before the files in the file
  80.                             requester.
  81.  
  82.  o Mix files and drawers  : Mix files and drawers in the file requester.
  83.                             If none of the 'Display Drawers First' or
  84.                             'Mix Files And Drawers' is checked files
  85.                             will be displayed before drawers.
  86.  
  87.  o Disk activity LED      : Switch the disk activity LED in the file
  88.                             requester on or off.
  89.  
  90. The default settings:
  91. ~~~~~~~~~~~~~~~~~~~~~
  92. For each requester you can set the following defaults:
  93.  
  94.  o Size (% of visible height) : Default height of the requester (relative
  95.                                 to the visible height of the screen it
  96.                                 will appear on).
  97.  
  98.  o Number of visible entries  : Minimum and maximum number of entries that
  99.                                 are initially displayed.  With this you
  100.                                 can assure you won't see less or more entries
  101.                                 than the minimum or maxmimum you set when
  102.                                 the requester first appears.  You can for
  103.                                 example set the font requester to use 75% of
  104.                                 the visible screen height.  If you set the
  105.                                 maximum number of visible entries to 10 the
  106.                                 font requester will not display more than
  107.                                 10 entries no matter how high the screen is
  108.                                 it appears on.
  109.  
  110.  o Position                   : Default position of requester.
  111.  
  112.  o Offset                     : Offset (in pixels) from the default position.
  113.  
  114. Note that you are setting defaults, not all requesters will appear as you
  115. have selected.  If a program explicitely sets a requester's position ReqTools
  116. will make the requester appear as asked.  The defaults will be used when the
  117. calling program doesn't set specific settings itself.
  118.  
  119.  
  120.                                PROGRAM HISTORY:
  121.  
  122. *****************************************************************************
  123. RELEASE 2.1
  124.  
  125.     First release.
  126.  
  127. *****************************************************************************
  128. RELEASE 2.1a
  129.  
  130.     Fixed an enforcer hit that occured when using the 'Defaults for' cycle
  131.       gadget.
  132.     On Kickstart 3.0 the editor's window will now zip/iconify in size only.
  133.  
  134. *****************************************************************************
  135. RELEASE 2.2
  136.  
  137.     Bumped version to match ReqTools release version.
  138.     Added a 'Disk activity LED' checkbox to switch this new feature of
  139.       ReqTools 2.2 on or off.
  140.     On Kickstart 3.0 or higher scaled checkboxes will be used.
  141.  
  142. *****************************************************************************
  143. RELEASE 2.2b
  144.  
  145.     Added a 'Use system default font' checkbox for ReqTools 2.2b or higher.
  146.  
  147. *****************************************************************************
  148. RELEASE 2.3
  149.  
  150.     Added a 'Use function keys' checkbox for ReqTools 2.3 or higher.
  151.     A few gadgets weren't properly updated when changing the prefs (using
  152.       a menu item).
  153.  
  154. *****************************************************************************
  155. RELEASE 2.4
  156.  
  157.     Fixed the bug that cause crashes on startup for 68000 users.
  158.  
  159. *****************************************************************************
  160. RELEASE 2.5
  161.  
  162.     Added the 'Color wheel' option.
  163.  
  164. *****************************************************************************
  165.  
  166. ReqTools Preference Editor
  167.  
  168. (C) 1991-1994 Nico François
  169.     1995-1996 Magnus Holmgren
  170.  
  171.                                    //
  172.                        Thanks to \X/ Amiga for being the best computer ever!
  173.  
  174.